object AboutBox: TAboutBox Left = 146 Top = 114 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 440 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 425 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProductName: TLabel Left = 144 Top = 8 Width = 136 Height = 13 Caption = 'The Virtual Print Engine' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 180 Top = 28 Width = 63 Height = 13 Caption = 'Version x.x' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 89 Top = 48 Width = 247 Height = 13 Caption = 'Copyright � 1995, 1996 by IDEAL Software' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label1: TLabel Left = 16 Top = 92 Width = 54 Height = 13 Caption = 'T. Radde' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 108 Width = 106 Height = 13 Caption = 'Grefrather Weg 96' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 16 Top = 124 Width = 75 Height = 13 Caption = '41464 Neuss' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 16 Top = 140 Width = 50 Height = 13 Caption = 'Germany' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 176 Top = 92 Width = 154 Height = 13 Caption = 'CompuServe: 100430,3427' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 176 Top = 112 Width = 234 Height = 13 Caption = 'Internet: 100430.3427@compuserve.com' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object OKButton: TBitBtn Left = 181 Top = 178 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end